Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid token when running a workflow. #117

Open
PLPRASU opened this issue May 9, 2022 · 0 comments
Open

invalid token when running a workflow. #117

PLPRASU opened this issue May 9, 2022 · 0 comments

Comments

@PLPRASU
Copy link

PLPRASU commented May 9, 2022


version: 1.0
description: A basic sequential workflow.
input:

  • InstanceIds

tasks:
ec2start:
action: aws.ec2_start_instances
input:
InstanceIds: <%ctx(InstanceIds)%>
this is workflow when i run this workflow using this command is
st2 run aws1.ec2start InstanceIds=i-039add3212345
i got the result is below
id: 6278fcb6262fd40915e26e4d
action.ref: aws1.ec2start
parameters:
InstanceIds: i-039add3212345
status: failed
start_timestamp: Mon, 09 May 2022 11:36:22 UTC
end_timestamp: Mon, 09 May 2022 11:36:23 UTC
result:
errors:

  • message: 'SyntaxError: invalid token (, line 1)'
    route: 0
    task_id: ec2start
    type: error
    output: null
    this workflow is failed please give solution for this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant