Skip to content

add support for args passing to command callback#1671

Draft
cyrush wants to merge 3 commits intodevelopfrom
task/2026_03_trigger_callback_inception
Draft

add support for args passing to command callback#1671
cyrush wants to merge 3 commits intodevelopfrom
task/2026_03_trigger_callback_inception

Conversation

@cyrush
Copy link
Member

@cyrush cyrush commented Mar 16, 2026

Adds support to plumb conduit arguments from an action to the command / callback filters.

return !example_bool_2;
}

//-----------------------------------------------------------------------------
Copy link
Member Author

@cyrush cyrush Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example callback that processes arguments via params

}


//-----------------------------------------------------------------------------
Copy link
Member Author

@cyrush cyrush Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example of passing arbitrary arguments to a callback.

In this case we pass an actions file name to a callback that we expect to use another Ascent instance to render.

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

Successfully merging this pull request may close these issues.

1 participant