This function attaches workflow to case.

attach_workflow_to_case(workflow_name, cyber_case_id, indicator_identifier)

Parameters

Param Name Param Type Possible Values Comments Mandatory Parameter
workflow_name string workflow name N/A Yes
cyber_case_id string case identifier If provided, the cyber_case_id is the unique case identifier No
indicator_identifier string alert_identifier If provided, the indicator_identifier is the unique alert identifier No

Return Type

NoneType

Example

Sample code
from SiemplifyAction import SiemplifyAction 
siemplify = SiemplifyAction() 
siemplify.attach_workflow_to_case(workflow_name, cyber_case_id, indicator_identifier)
Result Behavior
Attaches the given workflow to the case for the given indicator identifier
Result Value
None