Shuffle / Shuffle

Shuffle: A general purpose security automation platform. Our focus is on collaboration and resource sharing.

Home Page:https://shuffler.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please provide an execution argument

samira-karimi-elfiman opened this issue · comments

Describe the bug
I created a workflow in a version of Shuffle that I installed locally on my system. I exported it and import it in the version of Shuffle that I installed on the server. Workflow has subflow. When I run the workflow, I get a message like this.

image

This message is not seen when I run the workflow in my local system. How can I solve this problem? I don't want him to ask me. I want it to take the value from the previous node, which is Outlook, like the local mode, and continue running.

in local and server, I installed docker base of shuffle in latest mode

this is setting of subflow

image

what is your result when you clicked on RUN ANYWAY ? did you got the expected ouput ?

The workflow executes successfully

The workflow executes successfully

Hey! Good question.

In short: This was a feature added to help users when $exec is used in the workflow somewhere. It will not show up if you have an execution argument filled in, or if $exec is not used anywhere.

It's a helper to ensure your workflow finishes no matter what :)